Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • manual
  • cli.rst
30 Jan, 2022
7 commits
  • QPDFJob: placeholder for initializeFromJson
    1d099ab7
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • cli.rst: remove () from end of short help ...
    67f9d0b7
    This is used to generate a schema for the job json, which can't
    contain `)"` because it breaks the R"(...)" syntax in C++. While C++
    accepts R"anything(...)anything" to avoid this, as of this writing,
    MSVC 2019 doesn't understand that. For now, just avoid it by removing
    parentheses from the end of short help.
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • Add missing help topic for inspection
    ec85e56c
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • Editorial changes to cli.rst
    acf8d18b
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • CLI doc: use tables where helpful
    a6df6fda
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • Document how to add a command-line argument
    5c5e5ca2
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »
  • Generate help content from manual ...
    c8729398
    This is a massive rewrite of the help text and cli.rst section of the
    manual. All command-line flags now have their own help and are
    specifically index. qpdf --help is completely redone.
    Jay Berkenbilt authored
    2022-01-30 13:11:03 -0500  
    Browse File »

18 Dec, 2021
4 commits
  • Specify highlight language instead of using text codeblocks
    d70fb568
    Jay Berkenbilt authored
    2021-12-18 13:43:58 -0500  
    Browse File »
  • Change html theme again, fix code blocks ...
    0e6b6a24
    The agogo theme doesn't do very well on narrow screens. The code
    blocks were used for shell commands but were using Python syntax
    highlighting.
    Jay Berkenbilt authored
    2021-12-18 13:37:11 -0500  
    Browse File »
  • Remove ref. from documentation references
    c9d54fda
    Jay Berkenbilt authored
    2021-12-18 12:30:00 -0500  
    Browse File »
  • Split documentation into multiple pages, change theme
    10fb619d
    Jay Berkenbilt authored
    2021-12-18 11:05:51 -0500  
    Browse File »