Code Monkey home page Code Monkey logo

Comments (3)

DevynCJohnson avatar DevynCJohnson commented on August 17, 2024

After further investigation, I noticed that it does work for some functions. Specifically, this fails to work properly with functions using Type-Hints (PEP0484).

Example of a function using Type-Hints:
def getwebpage(_address: str) -> str:

from doxypypy.

Feneric avatar Feneric commented on August 17, 2024

Getting an exact match of line numbers is likely never to work without some additional support from Doxygen. The doxypypy filter changes Python source, adding Doxygen tags where necessary to communicate intent to Doxygen. It minimizes changing line count, but cannot eliminate it 100% of the time. Doxygen doesn't have the facility for a filter to provide an "original line number" tag or the like, so anytime line count gets changed the links will drift. This isn't just a problem for doxypypy, it's a problem for any Doxygen filter that has to change line count. Right now the official Doxygen recommendation appears to be not to change line count at all, but the more the source language differs from Java the more line count needs to get changed to produce proper documentation.

from doxypypy.

DevynCJohnson avatar DevynCJohnson commented on August 17, 2024

Okay. Thanks anyway.

from doxypypy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.