Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General improvements #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rustkas
Copy link

@rustkas rustkas commented May 31, 2022

List of modifications

  • rebar.config

    • Update test profile
      • Add rebar3_proper plugin for ability to launch Property-Based Tests by rebar3 command.
      • Update version of proper library.
    • Add edoc_private profile.
    • Add project_plugins section.
    • Add rebar3_hex, rebar3_ex_doc
    • Add settings for publishing hex.pm style documentation.
  • Makefile

    • Add option for documentation generation.
    • Add option to run Property-Based Tests.
  • Test

    • Fix typo in the pretty_html_test test.
  • Source code

    • Tune modules tag semantics for removing Apache Licence description form generated documentation.
    • Add -spec attribute to public API.

- rebar.config
  - Update test profile
    - Add rebar3_proper plugin for ability to launch Property-Based Tests by rebar3 command.
    - Update version of proper library.
  - Add edoc_private profile
  - Add project_plugins section.
  - Add rebar3_hex, rebar3_ex_doc
  - Add settings for publishing hex.pm style documentation.
- Makefile
 - Add option for documentation generation.
 - Add option to run Property-Based Tests.
- Test
  - Fix typo in the test `pretty_html_test`.

- Source code
  - Tune modules tag semantics for removing Apache Licence description form generated documentation.
  - Add -spec attribute to public API.
Add clean_doc target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant