auscompgeek/sphinxify ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Python tool called sphinxify that converts Javadoc or Doxygen comments into Sphinx style docstrings.

I want to be able to paste a comment into the command line and have it keep reading until EOF, then print the converted result. If I also give it a Java function prototype, it should try to output a Python style function signature with type hints too. Please also add a simple server mode that opens in the browser so I can paste text in and convert it there, and a yaml mode for the robotpy ctre use case.

Keep it lightweight and easy to run, with tests for the main conversions and the command line behavior. If you need to check current docs or examples for Sphinx formatting, feel free to look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab