Skip to content

Fix typos#8

Open
LudovicRousseau wants to merge 1 commit into
mij:masterfrom
LudovicRousseau:typos
Open

Fix typos#8
LudovicRousseau wants to merge 1 commit into
mij:masterfrom
LudovicRousseau:typos

Conversation

@LudovicRousseau

Copy link
Copy Markdown

@spaette

spaette commented Feb 11, 2024

Copy link
Copy Markdown

Would you mind reverting this to a Draft.

Then the rest of the code can be examined.

sed -i "s/responsibility/the responsibility/g" simclist/simclist.h

That being said it is unclear how actively this repo is being maintained.

@spaette

spaette commented Feb 11, 2024

Copy link
Copy Markdown

@mij

Are you inclined to see these attended to?

$ grep " abled" -A 4 simclist/Doxyfile
# This WARN_NO_PARAMDOC option can be abled to get warnings for 
# functions that are documented, but have no documentation for their parameters 
# or return value. If set to NO (the default) doxygen will only warn about 
# wrong or incomplete parameter documentation, but not about the absence of 
# documentation.
$ grep -nr attbriutes simclist
simclist/regrtest/tier1/tier1_testa.c:45:  // set and unset of attbriutes; stimulating:
$ grep -nr backe simclist
simclist/simclist.h:142: * serialized representation of an element and turns it backe to the original
$ grep -nr contento simclist
simclist/regrtest/tier3/tier3_testa.c:66:  // test the dump into a file, restore the contento of the
$ grep -nr documentstion simclist
simclist/Doxyfile:587:# link to the source code.  Otherwise they will link to the documentstion.
$ grep -nr executino simclist
simclist/regrtest/tier3/tier3_testb.c:214:                             thread executino");
simclist/regrtest/tier3/tier3_testb.c:219:                            thread executino");
$ grep threated -A 3 simclist/simclist.h
 * The destination list referred is threated as virgin room: if it
 * is an existing list containing elements, memory leaks will happen.
 * It is OK to specify the same list twice as source, for "doubling"
 * it in the destination.
$ 

running doxygen 1.9.3 fixes the typos in the Doxyfile

$ cd simclist
$ doxygen -u Doxyfile
warning: Tag 'USE_WINDOWS_ENCODING' at line 64 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'DETAILS_AT_TOP' at line 156 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'SHOW_DIRECTORIES' at line 390 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 619 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'HTML_ALIGN_MEMBERS' at line 674 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'XML_SCHEMA' at line 906 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'XML_DTD' at line 912 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'PERL_PATH' at line 1073 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'CLASS_DIAGRAMS' at line 1086 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'MAX_DOT_GRAPH_WIDTH' at line 1196 of file 'Doxyfile' has become obsolete.
         This tag has been removed.
warning: Tag 'MAX_DOT_GRAPH_HEIGHT' at line 1204 of file 'Doxyfile' has become obsolete.
         This tag has been removed.


Configuration file 'Doxyfile' updated.

$ 

@LudovicRousseau

Copy link
Copy Markdown
Author

@mij any progress on this simple PR?

@spaette

spaette commented Dec 30, 2024

Copy link
Copy Markdown

maintainer's GitHub user page reveals activity but not recently in this repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants