Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[pvs] The 'tp' pointer was utilized before it was verified against nullptr.
[simgrid.git] / doc / Doxyfile.in
index b4146bb5ee12bffce7b214e8433fe5d446cd4025..e95c329653ac12007b721fcf2d3c3b054b04b0e0 100644 (file)
@@ -43,7 +43,7 @@ PROJECT_NUMBER         = @release_version@
 
 PROJECT_BRIEF          = "Versatile Simulation of Distributed Systems"
 
-# With the PROJECT_LOGO tag one can specify an logo or icon that is
+# With the PROJECT_LOGO tag one can specify a logo or icon that is
 # included in the documentation. The maximum height of the logo should not
 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
 # Doxygen will copy the logo to the output directory.
@@ -1509,7 +1509,7 @@ PERL_PATH              = /usr/bin/perl
 #---------------------------------------------------------------------------
 
 # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
+# generate an inheritance diagram (in HTML, RTF and LaTeX) for classes with base
 # or super classes. Setting the tag to NO turns the diagrams off. Note that
 # this option also works with HAVE_DOT disabled, but it is recommended to
 # install and use dot, since it yields more powerful graphs.