ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/documentation/docmagic
(Generate patch)

Comparing magic/documentation/docmagic (file contents):
Revision 1081 by francois, Mon Nov 1 21:29:51 2021 UTC vs.
Revision 1086 by francois, Tue Jan 11 15:18:27 2022 UTC

# Line 44 | Line 44 | PROJECT_NUMBER         = v4
44   # for a project that appears at the top of each page and should give viewer a
45   # quick idea about the purpose of the project. Keep the description short.
46  
47 < PROJECT_BRIEF          =
47 > PROJECT_BRIEF          = "Mailleurs Automatiques de Géometries intégrés à la Cao"
48  
49   # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
50   # in the documentation. The maximum height of the logo should not exceed 55
51   # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
52   # the logo to the output directory.
53  
54 < PROJECT_LOGO           =
54 > PROJECT_LOGO           = /home/francois/dev/magic/documentation/logomagic.jpg
55  
56   # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57   # into which the generated documentation will be written. If a relative path is
# Line 479 | Line 479 | EXTRACT_PRIVATE        = YES
479   # methods of a class will be included in the documentation.
480   # The default value is: NO.
481  
482 < EXTRACT_PRIV_VIRTUAL   = NO
482 > EXTRACT_PRIV_VIRTUAL   = YES
483  
484   # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
485   # scope will be included in the documentation.
# Line 829 | Line 829 | WARN_LOGFILE           =
829   # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
830   # Note: If this tag is empty the current directory is searched.
831  
832 < INPUT                  = ../lib \
832 > INPUT                  = . \
833                           ../addin \
834 <                         ../app/aide
834 >                         ../app/aide \
835 >                         ../lib
836  
837   # This tag can be used to specify the character encoding of the source files
838   # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# Line 900 | Line 901 | RECURSIVE              = YES
901   EXCLUDE                = ../lib/OCC_Fonction \
902                           ../lib/geometrie/Imports \
903                           ../lib/diamesh \
904 <                         ../addin/poly_occ/voro++-0.4.6
904 >                         ../addin/poly_occ/voro++-0.4.6 \
905 >                         ../addin/vtkdisplay \
906 >                         ../lib/solveur
907  
908   # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
909   # directories that are symbolic links (a Unix file system feature) are excluded
# Line 953 | Line 956 | EXAMPLE_RECURSIVE      = NO
956   # that contain images that are to be included in the documentation (see the
957   # \image command).
958  
959 < IMAGE_PATH             =
959 > IMAGE_PATH             = ./
960  
961   # The INPUT_FILTER tag can be used to specify a program that doxygen should
962   # invoke to filter for each input file. Doxygen will invoke the filter program
# Line 1239 | Line 1242 | HTML_EXTRA_STYLESHEET  =
1242   # files will be copied as-is; there are no commands or markers available.
1243   # This tag requires that the tag GENERATE_HTML is set to YES.
1244  
1245 < HTML_EXTRA_FILES       =
1245 > HTML_EXTRA_FILES       = ./logoericca.jpg
1246  
1247   # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
1248   # will adjust the colors in the style sheet and background images according to
# Line 1250 | Line 1253 | HTML_EXTRA_FILES       =
1253   # Minimum value: 0, maximum value: 359, default value: 220.
1254   # This tag requires that the tag GENERATE_HTML is set to YES.
1255  
1256 < HTML_COLORSTYLE_HUE    = 220
1256 > HTML_COLORSTYLE_HUE    = 131
1257  
1258   # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
1259   # in the HTML output. For a value of 0 the output will use grayscales only. A

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines