Bladeren bron

removed REAMDE.me from pages

Richard Gill 10 maanden geleden
bovenliggende
commit
34bf5834d2
2 gewijzigde bestanden met toevoegingen van 3 en 4 verwijderingen
  1. 1 1
      Readme.md
  2. 2 3
      doc/Doxyfile

+ 1 - 1
Readme.md

@@ -25,7 +25,7 @@ render backends, it focuses only on the actual UI.
 - No global or hidden state
 - Customizable library modules (you can compile and use only what you need)
 - Optional font baker and vertex buffer output
-- [Documentation](https://Immediate-Mode-UI.github.io/Nuklear/doc/nuklear.html)
+- [Documentation](https://Immediate-Mode-UI.github.io/Nuklear/)
 
 ## Building
 

+ 2 - 3
doc/Doxyfile

@@ -907,8 +907,7 @@ WARN_LOGFILE           =
 # Note: If this tag is empty the current directory is searched.
 
 INPUT                  =    "./src" \
-                            "./src/HEADER.md" \
-                            "./Readme.md"
+                            "./src/HEADER.md"
 
 
 
@@ -1001,7 +1000,7 @@ RECURSIVE              = NO
 
 EXCLUDE                = "./src/Readme.md" \
                             "./src/paq.sh" \
-                            "./src/paq.bat" 
+                            "./src/paq.bat"
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded