diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 15:18:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 15:18:26 +0200 |
| commit | d456cd42de4f5bff23dc528d9d914efb16d9c07d (patch) | |
| tree | 3bf6af52c1489595ecdc37cdafe2235aa5b6dbad /Doxyfile | |
| parent | aa595fad9c8062910778bd6fa01ee487eab1a3e9 (diff) | |
docs: fix: don't need to add another directory on top of docs/
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = docs/html +OUTPUT_DIRECTORY = docs/ # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format |
