equal
deleted
inserted
replaced
15 #--------------------------------------------------------------------------- |
15 #--------------------------------------------------------------------------- |
16 |
16 |
17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
18 # by quotes) that should identify the project. |
18 # by quotes) that should identify the project. |
19 |
19 |
20 PROJECT_NAME = HugoLib |
20 PROJECT_NAME = LEMON |
21 |
21 |
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
23 # This could be handy for archiving the generated documentation or |
23 # This could be handy for archiving the generated documentation or |
24 # if some version control system is used. |
24 # if some version control system is used. |
25 |
25 |
395 graphs.dox \ |
395 graphs.dox \ |
396 maps.dox \ |
396 maps.dox \ |
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/lemon \ |
401 ../src/hugo/skeletons \ |
401 ../src/lemon/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 |