Skip to content

Commit

Permalink
C89 style comment blocks
Browse files Browse the repository at this point in the history
nuklear.h has been converted to C89 style comment blocks instead of the
amalgamation it was before (presummably a relic of the other
documentation system).

examples compile. more testing is required.
  • Loading branch information
awschult002 authored and RobLoach committed Nov 8, 2024
1 parent d3ea630 commit 7cb39a3
Show file tree
Hide file tree
Showing 7 changed files with 3,214 additions and 2,950 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(docs_path)/doxygen-awesome-css/doxygen-awesome.css:
git clone https://github.com/jothepro/doxygen-awesome-css.git $(docs_path)/doxygen-awesome-css --branch v2.3.4

nuke:

cd ./src && ./paq.sh

all: docs nuke

Expand Down
4 changes: 2 additions & 2 deletions doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ NUM_PROC_THREADS = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL = YES
EXTRACT_ALL = NO

# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
Expand Down Expand Up @@ -907,7 +907,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.

INPUT = "./src" \
"./src/HEADER.c" \
"./src/HEADER.md" \
"./Readme.md"


Expand Down
219 changes: 0 additions & 219 deletions src/HEADER.c

This file was deleted.

Loading

0 comments on commit 7cb39a3

Please sign in to comment.