~emersion/gyosu

v0.1.0 1 year, 2 months ago

gyosu-0.1.0.tar.gz
sha256:32cfb8389f24b054be7ba687dfac3492ca6e7181a170ed74e3ea4fd73d2c6429
gyosu-0.1.0.tar.gz.sig
sha256:76cb9c4a2cdd7c0f38526bfd03e61819f331308ea45409616050f9873d80cde8
gyosu v0.1.0

Simon Ser (93):
      Initial commit
      Add decl kind to heading
      Add enumerators to enum prototypes
      Iterate over InitDeclaratorList
      Print full struct/union prototypes
      Remove unnecessary intermediate variables
      Include function args in prototype
      Add return value to function prototypes
      Add support for global variables
      Extra doc comments from /* */ too
      Correctly render function pointers in structs
      Skip empty translation units
      Introduce token type
      Make indent token-aware
      Handle anonymous enums
      Use non-breaking spaces
      Add one missing nbsp
      Add declKind
      Turn token.Kind into a declKind
      Only linkify symbols we know about
      Fix layout on mobile
      Insert line break suggestion at start of func param list
      Handle simple cases of ParameterDeclarationAbstract
      Add basic cc.DirectDeclaratorStaticArr support
      Improve doc comment detection
      Remove duplicate declarations
      Sort decls by name
      Fix missing description for some functions
      Add -fexported-symbols
      Upgrade modernc.org/cc/v3
      Add -I to includePaths
      Fix include paths priority order
      Convert paths to absolute
      Fix log formatting
      Use path instead of filepath for Match
      Prioritize relative paths for #include "..."
      Simplify include path list generation
      Error out when no input file is specified
      Add support for -U
      Allow k=v in -D
      Don't panic on -fexported-symbols without value
      Add anchor links for headings
      Add -o to set output file
      Move docData variable down
      Accept directory as input file
      Evaluate symlinks
      Write docs to a directory
      Add -ffile-prefix-map
      Default outputDir to "out"
      readme: strip /usr/include/ from output filepaths
      Rename index.html to unit.html
      Highlight headings when targeted by anchor
      Only load templates once
      Fix duplicate symbols
      Rename docData to unitData
      Add index
      Convert to original filenames earlier
      Add declaration list to index
      Remove unnecessary shadowed variables
      template/unit: add table of contents
      Linkify descriptions
      Split comment-related logic into separate file
      readme: add building and contributing sections
      ci: add .build.yml
      readme: add CI badge
      Fix description priority
      Add paragraph.String()
      Linkify header file references
      Move cutComment near call site
      Retain some doc comments in enum/struct/union prototypes
      Fix multi-line comment indentation for enumerators
      Handle AbstractDeclaratorPtr
      Upgrade dependencies
      Ignore non-doc comments
      Handle StorageClassSpecifier in declarationSpecifiersPrototype
      Don't skip function/variable declarations which aren't TypeSpecifier
      Iterate over all DeclarationSpecifiers when handling enum/struct/union
      Panic on unhandled DeclarationSpecifiers
      readme: add section about doc comment formatting
      readme: link to example with wlroots API
      Retain whitespace lines at start in stripIndent
      Include all comments in block prototypes
      Embed templates
      Add -fsite-name option
      Remove unused leadingCommentPrototype
      Migrate to modernc.org/cc/v4
      Add support for macros
      Upgrade modernc.org/cc/v4
      Upgrade dependencies
      Canonicalize -I flags
      Ignore case when sorting file decls
      Add support for typedefs
      Upgrade dependencies