Explorar el Código

Fixed Doxygen excludes

Thomas Buck hace 10 años
padre
commit
9c09d264f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      cmake/Doxyfile.in

+ 1
- 1
cmake/Doxyfile.in Ver fichero

@@ -768,7 +768,7 @@ RECURSIVE              = YES
768 768
 # Note that relative paths are relative to the directory from which doxygen is
769 769
 # run.
770 770
 
771
-EXCLUDE                = bin build cmake data test/greatest.h
771
+EXCLUDE                = ../bin ../build ../cmake ../data ../test/greatest.h
772 772
 
773 773
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
774 774
 # directories that are symbolic links (a Unix file system feature) are excluded

Loading…
Cancelar
Guardar