michaelrsweet / pdfio

PDFio is a simple C library for reading and writing PDF files.
https://www.msweet.org/pdfio
Apache License 2.0
198 stars 44 forks source link

doc/pdfio.md internal links are broken #65

Closed step- closed 7 months ago

step- commented 7 months ago

Describe the bug Internal links in file doc/pdfio.md are broken. Many of them point to "@" or "@@".

To Reproduce Open https://github.com/michaelrsweet/pdfio/blob/cd1406e1586feb98adc333e925ddb317cfd42732/doc/pdfio.md and click some internal links.

michaelrsweet commented 7 months ago

This file is input to codedoc - the "@" and "@@" are used to map the link text to the corresponding anchor names.

step- commented 7 months ago

I wasn't aware of codedoc so I misinterpreted the purpose of the markdown file. I read the codedoc documentation, and I think I can use it for some of my own projects. Thank you!