Code Monkey home page Code Monkey logo

Comments (7)

TMRh20 avatar TMRh20 commented on July 20, 2024 1

was it only displaying the README before?

Yeah, now working again.

from autoanalogaudio.

2bndy5 avatar 2bndy5 commented on July 20, 2024

Docs are only updated on release events. If you want to work around this (without doing a release), you could comment out this line in .github/workflows/doxygen.yml (using # this is a yml comment). Beware that every commit on the master branch (including open pull requests) will update the docs when that line is commented out.

from autoanalogaudio.

2bndy5 avatar 2bndy5 commented on July 20, 2024

I will also defer to my latest PR on RF24Audio because that repo is also setup to update the docs on every commit to master, but notice the doxygen workflow fails because my fork has no permission to update upstream/gh-pages branch

from autoanalogaudio.

2bndy5 avatar 2bndy5 commented on July 20, 2024

ok something is weird with this repo. @TMRh20 could you confirm that the repo settings are using the root directory of the gh-pages branch? It looks like the gh-pages branch is correct.

from autoanalogaudio.

TMRh20 avatar TMRh20 commented on July 20, 2024

I just created the gh-pages branch today in attempts to get it working. It is set to that now.

from autoanalogaudio.

2bndy5 avatar 2bndy5 commented on July 20, 2024

was it only displaying the README before? ok docs are now properly deployed.

I also noticed some problems with the Doxyfile concerning the INPUT and RECURSIVE tags. They should probably be

INPUT                  = ./src/AutoAnalogAudio.h \
                         ./src/ESP32/AutoAnalogAudio.cpp

and

RECURSIVE              = NO

Also, the wavStruct used in one of the examples is also getting documented in the classes list. The above changes fix that

from autoanalogaudio.

2bndy5 avatar 2bndy5 commented on July 20, 2024

Diving deeper into the documented API, I noticed that the ramp*() methods weren't getting documented because of the #if defined ESP32 condition. I've started using a special macro defined by Doxyfile to force inclusion of some platform specific functionality.

Probably needles to say, but I'll submit a PR to address these doc problems

from autoanalogaudio.

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.