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

Fix up documentation build for rcl when using rosdoc2 #932

Merged
merged 10 commits into from
Sep 15, 2021

Commits on Sep 14, 2021

  1. Use leading * for pointer types, not trailing []

    It appears Exhale does not pick them up
    
    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    4b3a9fd View commit details
    Browse the repository at this point in the history
  2. Suppress RCL_ALIGNAS() for Doxygen

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2834db5 View commit details
    Browse the repository at this point in the history
  3. Skip internal documentation

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    4cd792e View commit details
    Browse the repository at this point in the history
  4. Fix pointer constness

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    797a7ca View commit details
    Browse the repository at this point in the history
  5. Avoid duplicate type names

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    b2022e5 View commit details
    Browse the repository at this point in the history
  6. Fix test_rcl_lifecycle.cpp

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    e090304 View commit details
    Browse the repository at this point in the history
  7. Keep *_impl_t type names

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    0f4dd48 View commit details
    Browse the repository at this point in the history
  8. Revert "Fix test_rcl_lifecycle.cpp"

    This reverts commit e3f3300.
    
    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    541ca34 View commit details
    Browse the repository at this point in the history
  9. Address peer review comments

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    368b047 View commit details
    Browse the repository at this point in the history
  10. Use _t types wherever possible

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    00b9b48 View commit details
    Browse the repository at this point in the history