doc/Doxyfile.in
changeset 2197 921923afd57a
parent 2128 509846825ddf
child 2215 83ec156873ab
equal deleted inserted replaced
12:0fc3a4fa0a34 13:d6e686e75adf
   492 
   492 
   493 # The EXAMPLE_PATH tag can be used to specify one or more files or 
   493 # The EXAMPLE_PATH tag can be used to specify one or more files or 
   494 # directories that contain example code fragments that are included (see 
   494 # directories that contain example code fragments that are included (see 
   495 # the \include command).
   495 # the \include command).
   496 
   496 
   497 EXAMPLE_PATH           = ../demo \
   497 EXAMPLE_PATH           = @abs_top_srcdir@/demo \
   498                          ../LICENSE \
   498                          @abs_top_srcdir@/LICENSE \
   499                          .
   499                          @abs_top_srcdir@/doc
   500 
   500 
   501 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
   501 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
   502 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
   502 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
   503 # and *.h) to filter out the source-files in the directories. If left 
   503 # and *.h) to filter out the source-files in the directories. If left 
   504 # blank all files are included.
   504 # blank all files are included.