Skip to content
/ kdoc Public

Documentation generator for assembly projects

License

Notifications You must be signed in to change notification settings

KnightOS/kdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kdoc

This tool generates documentation for assembly projects. Write your code like this:

;; functionName [Category]
;;  Description description description description
;;  description description description description
;;  description description description
;; Inputs:
;;  Register: description
;;  Register: description
;; Outputs:
;;  Register: description

And then run python -m kdoc categories.yaml $(cd kernel && git log -1 --format=%H) $(find kernel/src -type f) to get docs in html/.

Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with developers, or ask any other questions about KnightOS, you can hang out in the IRC channel: #knightos on irc.freenode.net.

To report bugs, please create a GitHub issue or contact us on IRC.

If you'd like to contribute to the project, please see the contribution guidelines.

About

Documentation generator for assembly projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages