equal
deleted
inserted
replaced
397 coding_style.dox \ |
397 coding_style.dox \ |
398 groups.dox \ |
398 groups.dox \ |
399 namespaces.dox \ |
399 namespaces.dox \ |
400 ../src/hugo \ |
400 ../src/hugo \ |
401 ../src/hugo/skeletons \ |
401 ../src/hugo/skeletons \ |
402 ../src/test/test_tools.h |
402 ../src/test/test_tools.h |
403 |
403 |
404 # If the value of the INPUT tag contains directories, you can use the |
404 # If the value of the INPUT tag contains directories, you can use the |
405 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
405 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
406 # and *.h) to filter out the source-files in the directories. If left |
406 # and *.h) to filter out the source-files in the directories. If left |
407 # blank the following patterns are tested: |
407 # blank the following patterns are tested: |
435 |
435 |
436 # The EXAMPLE_PATH tag can be used to specify one or more files or |
436 # The EXAMPLE_PATH tag can be used to specify one or more files or |
437 # directories that contain example code fragments that are included (see |
437 # directories that contain example code fragments that are included (see |
438 # the \include command). |
438 # the \include command). |
439 |
439 |
440 EXAMPLE_PATH = |
440 EXAMPLE_PATH = ../src/demo |
441 |
441 |
442 # If the value of the EXAMPLE_PATH tag contains directories, you can use the |
442 # If the value of the EXAMPLE_PATH tag contains directories, you can use the |
443 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
443 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |
444 # and *.h) to filter out the source-files in the directories. If left |
444 # and *.h) to filter out the source-files in the directories. If left |
445 # blank all files are included. |
445 # blank all files are included. |