Coder Social home page Coder Social logo

Comments (6)

Faylixe avatar Faylixe commented on May 26, 2024

We can introduce an command line parameter to set the target output link maybe ? With .md as default one

from marklet.

trieloff avatar trieloff commented on May 26, 2024

Either a command line parameter or a Java system property. I need to look what feels more natural for Javadoc doclets. Agree on the default, we should go back to the 1.0.5 behavior.

from marklet.

Faylixe avatar Faylixe commented on May 26, 2024

There is a specific command line processing API for doclet (see validOptions() and optionsLength() on Marklet.java) which can be used more easily than system properties I think. That way we can set a Singleton configuration with runtime parameters such as File / link extension.

from marklet.

Faylixe avatar Faylixe commented on May 26, 2024

Just checked out the code and turns out you already have implements options for file extension (-e) and link extension (-l) with .md as default value for both :)

from marklet.

Faylixe avatar Faylixe commented on May 26, 2024

@trieloff I fixed MarkletOptions#optionLength(String) method which didn't take in account new introduced option. Will published new version tomorrow. I plan to introduce unit testing / integration testing in order to ensure doclet is valid through CI before to publish into central.

from marklet.

trieloff avatar trieloff commented on May 26, 2024

Nice! Thank you.

from marklet.

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.