Code Monkey home page Code Monkey logo

Comments (4)

msorens avatar msorens commented on August 28, 2024

Please zip up your relevant file tree and attach to your issue report so I can try to reproduce your problem. Also, please provide the exact command-line you typed. If you have proprietary information that you cannot send, at a minimum I would need to have a copy of your overview files and I will be happy to look into the problem you are having.

from doctreegenerator.

TheGhost2804 avatar TheGhost2804 commented on August 28, 2024

well, I fixed this specific error (it was missing a space in the doctype definition) but now it keeps saying:
** The property 'body' cannot be found on this object. Verify that the property exists.
** Missing summary (from namespace_overview.html)

namespace_overview.zip

from doctreegenerator.

msorens avatar msorens commented on August 28, 2024

Thanks for the file; that helped me isolate the issue. It turns out that just the presence of the doctype definition (DTD) altered the internal XML representation of the HTML. So when trying to retrieve $data.html.body it was not there. (Turns out it moved to $data.html[1].body.) So the workaround with the current version is to simply remove your DTD.

I am going to leave this issue active and will address it in the next release. Thanks for finding this!

from doctreegenerator.

msorens avatar msorens commented on August 28, 2024

Added support for DTDs in the overview HTML files in Release 2.0.05.

from doctreegenerator.

Related Issues (11)

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.