diff options
Diffstat (limited to 'config.ld')
-rw-r--r-- | config.ld | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,9 +8,10 @@ style="./doc_topics/" | |||
8 | 8 | ||
9 | file={'./src/', './system/'} | 9 | file={'./src/', './system/'} |
10 | topics={'./doc_topics/', './LICENSE.md', './CHANGELOG.md'} | 10 | topics={'./doc_topics/', './LICENSE.md', './CHANGELOG.md'} |
11 | -- examples = {'./examples'} | 11 | examples = {'./examples'} |
12 | 12 | ||
13 | dir='docs' | 13 | dir='docs' |
14 | sort=true | 14 | sort=true |
15 | sort_modules=true | 15 | sort_modules=true |
16 | all=false | 16 | all=false |
17 | merge=true | ||