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

Add doc comments everywhere #41

Merged
merged 44 commits into from
Mar 17, 2020
Merged

Add doc comments everywhere #41

merged 44 commits into from
Mar 17, 2020

Commits on Mar 9, 2020

  1. Clean up doc parser macros

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    364f0a4 View commit details
    Browse the repository at this point in the history
  2. Add field doc comment tests

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    74322ae View commit details
    Browse the repository at this point in the history
  3. Add table tests

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    3f8bda5 View commit details
    Browse the repository at this point in the history
  4. Add doc to namespace parser macro

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e718fd8 View commit details
    Browse the repository at this point in the history
  5. Add doc to enum and union macros

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d7017a4 View commit details
    Browse the repository at this point in the history
  6. Add root type parser macro for testing

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2eb8908 View commit details
    Browse the repository at this point in the history
  7. Give EnumVals a doc

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    83e888e View commit details
    Browse the repository at this point in the history
  8. Add doc to namespaces

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6aecfa7 View commit details
    Browse the repository at this point in the history
  9. Imports

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    67ff521 View commit details
    Browse the repository at this point in the history
  10. Add enum and union doc comments

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    795f898 View commit details
    Browse the repository at this point in the history
  11. Add struct/table field comments

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e483df5 View commit details
    Browse the repository at this point in the history
  12. Add root type doc comments

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e6faa54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fc2acc7 View commit details
    Browse the repository at this point in the history
  14. Test multibyte chars in file id

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    83992d9 View commit details
    Browse the repository at this point in the history
  15. Add doc comments to Objects

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    430eacf View commit details
    Browse the repository at this point in the history
  16. New macros

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    31dfc3e View commit details
    Browse the repository at this point in the history
  17. Add doc comments to Objects impl

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    61fe9f6 View commit details
    Browse the repository at this point in the history
  18. Use pretty assertions

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    dbf67a9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9fb331c View commit details
    Browse the repository at this point in the history
  20. Attributes

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    64cd273 View commit details
    Browse the repository at this point in the history
  21. Rpc method doc comments

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d4386d5 View commit details
    Browse the repository at this point in the history
  22. File extension and ids

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    30f9594 View commit details
    Browse the repository at this point in the history
  23. Fix bug

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    76ccaa5 View commit details
    Browse the repository at this point in the history
  24. Remove the use of super::* in testing and fix a related parser_macros…

    … bug
    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6fb3a7d View commit details
    Browse the repository at this point in the history
  25. Checkpoint

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    8674f1b View commit details
    Browse the repository at this point in the history
  26. Add doc field

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c2bd550 View commit details
    Browse the repository at this point in the history
  27. Formatting

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    54a127f View commit details
    Browse the repository at this point in the history
  28. Add doc comments to greeter.fbs

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    729e740 View commit details
    Browse the repository at this point in the history
  29. Comments

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2470705 View commit details
    Browse the repository at this point in the history
  30. Thread doc through all non-namespace nodes

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    0b36f1a View commit details
    Browse the repository at this point in the history
  31. Thread doc through all non-namespace nodes again

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d207b62 View commit details
    Browse the repository at this point in the history
  32. Formatting

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1d26c69 View commit details
    Browse the repository at this point in the history
  33. Add tests

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    8158887 View commit details
    Browse the repository at this point in the history
  34. Use Default and derive clone and debug for use with dbg!

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    437d83d View commit details
    Browse the repository at this point in the history
  35. Comments in node_to_tokens

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    32f1f9b View commit details
    Browse the repository at this point in the history
  36. transform namespace comment tests

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e576788 View commit details
    Browse the repository at this point in the history
  37. Remove doc field

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f3daec8 View commit details
    Browse the repository at this point in the history
  38. Revert to old style of destructuring

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    0035bf4 View commit details
    Browse the repository at this point in the history
  39. Revert namespace test

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    8d0b0d3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7d671ff View commit details
    Browse the repository at this point in the history
  41. Remove RootType comment field

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f330726 View commit details
    Browse the repository at this point in the history
  42. Sort derives

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    483e679 View commit details
    Browse the repository at this point in the history
  43. Refactor element input

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    805bf9f View commit details
    Browse the repository at this point in the history
  44. Rebase

    Phillip Cloud committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    b267d0d View commit details
    Browse the repository at this point in the history