This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source_file: doxygen-commands.html | |
| page_title: 'Doxygen Commands' | |
| command_count: 231 | |
| commands: | |
| - id: cmdaddtogroup | |
| title: "\\addtogroup <name> [(title)]" | |
| paragraphs: | |
| - "Defines a group just like \\defgroup,\n but in contrast to that command using the same <name> more than \nonce will not result in a warning, but rather one group with a merged \ndocumentation and the first title found in any of the commands." | |
| - 'The title is optional, so this command can also be used to add a number of entities to an existing group using @{ and @} like this:' | |
| lists: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @file myapihed_api.h | |
| * @brief Portable API macros for the MYAPIHED library, built on top of hedley.h | |
| */ | |
| #ifndef MYAPIHED_API_H | |
| #define MYAPIHED_API_H | |
| #include "hedley.h" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [submodule "lib/libtommath"] | |
| path = lib/libtommath | |
| url = git@github.com:libtom/libtommath.git | |
| branch = main | |
| [submodule "lib/libpcre2"] | |
| path = lib/libpcre2 | |
| url = git@github.com:PCRE2Project/pcre2.git | |
| branch = master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Defined in /home/chubakpdp11/.config/fish/functions/cc-dossier.fish @ line 1 | |
| function cc-dossier | |
| set -l mdfnm "$(basename $PWD).md" | |
| set -l htmlfnm "$(basename $PWD).html" | |
| test -f "$mdfnm" && rm "$mdfnm" | |
| for mdf in ch*-*.md | |
| cat "$mdf" >> "$mdfnm" | |
| echo >> "$mdfnm" | |
| echo "---" >> "$mdfnm" | |
| echo >> "$mdfnm" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="generator" content="pandoc" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
| <!-- KaTeX CSS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="generator" content="pandoc" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | |
| <!-- KaTeX CSS --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdbool.h> | |
| #include <stdint.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include "ph-hashtbl.h" | |
| #include "ph-object.h" | |
| #include "ph-utils.h" | |
| DIY_Hashtbl * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cpu: | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4607 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4600 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4680 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4619 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4622 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4638 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4689 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 4633 MHz | |
| 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz, 800 MHz |
NewerOlder