diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-30 21:49:32 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-30 21:49:32 +0200 |
| commit | a3da89ca05d188dd372612f1a2ff055d7696a880 (patch) | |
| tree | b59529de8f2082cd6f3db0e56babcd2d11d5b219 | |
| parent | 93baf62a3d02ad107a92c429fc528c26a9f7b664 (diff) | |
fix: Fix doxygen version number.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Doxyfile 1.9.8 + 1.9.8 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project. @@ -48,7 +48,7 @@ PROJECT_NAME = "NeBoot" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.0.1dev +PROJECT_NUMBER = dev # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a |
