Doxygen#
Build code docs
Description#
This action updates the Code Docs.
NeoMutt’s code is thoroughly commented using Doxygen comment blocks.
(Every function, struct, enum, global, and most members are documented)
Learn more about Doxygen
/**
* mutt_path_basename - Find the last component for a pathname
* @param str String to be examined
* @retval ptr Part of pathname after last '/' character
*/
Steps:
Validate the Doxygen headers
Generate docs
Commit to docs repo
Push to docs repo
Action Details#
Key |
Description |
Details |
|---|---|---|
Trigger |
Schedule |
Mondays at 3am |
Trigger |
Workflow (manual) |
|
Uses |
GitHub’s checkout action |
|
Uses |
Pablo Morelli’s container push action |
|
Secret |
Personal Access Token |
|
Runs-on |
debian:sid |
(for latest version of doxygen) |
See Also#
Description |
Location |
|---|---|
Action |
|
Action Logs |
|
Source Code |
|
Scripts |
|
Docs Repo |
|
Results |