Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenPrinting: Developer documentation for libcupsfilters2 API needed #74

Open
tillkamppeter opened this issue Jun 1, 2024 · 7 comments
Labels
help wanted We welcome community help with this issue new Adding new or missing documentation for a specific tool, feature, or function. size 8 Fix a known documentation issue (size 8/8)

Comments

@tillkamppeter
Copy link

tillkamppeter commented Jun 1, 2024

This is a manual copy of libcupsfilters issue #54. As long as issues #70 and #71 are not solved this is the only way to go.

We have recently released the second generation of cups-filters which especially also contains the second generation of libcupsfilters (this repository).

This also includes that libcupsfilters2 provides a new API which needs to get documented, to allow everyone to easily use the resources of this library which are the hard work of many people during the last 20+ years. Especially also the old libcupsfilters1 API did not get documented at all which makes the new one even more important to get documented.

At OpenPrinting we want to reach a common documentation standard on all our repositories. Example for this is our CUPS repository, where we have API documentation based on appropriately formatted comments in the C code (assembled by CodeDoc) plus manually created introduction and examples.

This we also want to do with the developer documentation of our other libraries, including libcupsfilters.

Most of the API functions and data types of libcupsfilters2 already have the comments needed for auto-generation of API documentation, but some can be missing and also some improvement here and there could be needed. We also need the manual part, introduction and examples to be written and everything assembled during the build process of the package.

See also our talk about our documentation plans from our micro-conference on Linux Plumbers 2022: slides. video

@degville degville added new Adding new or missing documentation for a specific tool, feature, or function. help wanted We welcome community help with this issue size 8 Fix a known documentation issue (size 8/8) labels Jun 6, 2024
@ScubyG
Copy link

ScubyG commented Aug 14, 2024

I would be interested in adopting this issue and roughly estimate to complete it by end of September 2024.

I discovered the Open Documentation Academy via Late Night Linux, Ep 294

@tillkamppeter
Copy link
Author

tillkamppeter commented Aug 15, 2024

Hi @ScubyG ,

first, sorry for the late reply. Today/tomorrow is Feature Freeze for Ubuntu 24.10, therefore I had to finish and upload a lot of things.

You are highly welcome to do the task which I have put up here.

I hope you have already watched/read the talk/discussion about our documentation plans and also had a look into the CodeDoc tool.

If you are already familiar with auto-documentation systems of libraries (this is for the developer documentation only, user and admin documentation is always written manually) you will quickly familiarize with the description header comments at the beginning of the code of each function and the processing utility CodeDoc.

Your task will not only be running the utility, but also completing the missing or too short header comments, also correcting the formatting depending on what the utility spits out, ... Also the developer documentation will need some introductory text which also needs to get created manually.

As an example you should have a look into the documentation of CUPS ("cups" repo at OpenPrinting, libcups API, programmer's manual).

You can also ask me at any time about the content, how things work in libcupsfilters, what is the general purpose, ...

Are you participating in the weekly Office Hours meeting of the Documentation Academy?

Are you listening to Late Night Linux regularly? It was one of the Linux podcasts where I got first mentioned, after the Ubuntu Summit 2022. But there I got also mentioned in further content.

And here is a short list of the podcasts and videos where I am talking/got interviewed and a quick introduction into OpenPrinting.

I am also blogging once a month, the OpenPrinting News. I will ask you every month for a short write-up what you have done, to mention your work in the News.

Let us have a great collaboration!

@ScubyG
Copy link

ScubyG commented Aug 18, 2024

Hi @ScubyG ,

first, sorry for the late reply. Today/tomorrow is Feature Freeze for Ubuntu 24.10, therefore I had to finish and upload a lot of things.

You are highly welcome to do the task which I have put up here.

I hope you have already watched/read the talk/discussion about our documentation plans and also had a look into the CodeDoc tool.

If you are already familiar with auto-documentation systems of libraries (this is for the developer documentation only, user and admin documentation is always written manually) you will quickly familiarize with the description header comments at the beginning of the code of each function and the processing utility CodeDoc.

Your task will not only be running the utility, but also completing the missing or too short header comments, also correcting the formatting depending on what the utility spits out, ... Also the developer documentation will need some introductory text which also needs to get created manually.

As an example you should have a look into the documentation of CUPS ("cups" repo at OpenPrinting, libcups API, programmer's manual).

You can also ask me at any time about the content, how things work in libcupsfilters, what is the general purpose, ...

Are you participating in the weekly Office Hours meeting of the Documentation Academy?

Are you listening to Late Night Linux regularly? It was one of the Linux podcasts where I got first mentioned, after the Ubuntu Summit 2022. But there I got also mentioned in further content.

And here is a short list of the podcasts and videos where I am talking/got interviewed and a quick introduction into OpenPrinting.

I am also blogging once a month, the OpenPrinting News. I will ask you every month for a short write-up what you have done, to mention your work in the News.

Let us have a great collaboration!

Not a problem at all, thank you for the reply.

I'm currently watching all of the Open Documentation Hour sessions and will join future ones when time permits, otherwise watch the recordings.

Regarding the CodeDoc tool, I have deployed it to test on one of my repos and learn more about this tool, I have previously utilised Asciidoc so have some learning to do here.

I'm a regular listener to Late Night Linux and podcasts from Jupiter Broadcasting, TuxDigital including some others (I endure an 8 hour drive commuting each week!) and have RSS subscribed to your blog posts.

Hopefully I can get up to speed them make some progress as documentation is a blocker in many cases when it comes to software, especially FOSS.

Thanks again and I look forward to working with you.

@tillkamppeter
Copy link
Author

@ScubyG Are you ScubyGB on Mastodon?

@ScubyG
Copy link

ScubyG commented Aug 18, 2024

@ScubyG Are you ScubyGB on Mastodon?
Yes, I can be found here >
@[email protected]

@tillkamppeter
Copy link
Author

@ScubyG How are things going, did you already start working on this issue?

@ScubyG
Copy link

ScubyG commented Sep 4, 2024

I am still reading up on where to start with this and can now see why it is a size 8 project.

I am happy if there is someone else with far more knowledge than I to take the lead, but I would be interested to see how they do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We welcome community help with this issue new Adding new or missing documentation for a specific tool, feature, or function. size 8 Fix a known documentation issue (size 8/8)
Projects
None yet
Development

No branches or pull requests

3 participants