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

issue #7231 Improvement of layout of refines relations. #7236

Merged
merged 6 commits into from
Apr 17, 2023

Commits on Feb 1, 2023

  1. issue CGAL#7231 Improvement of layout of refines relations.

    Implemented:
    - no extra "Refines" page
    - Refines on one line
    - Refines always in code style
    - `2 arguments` -> `two arguments`  (for consistency
    - added also the `\qualifier`
    
    Implemented in  Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
    Results a.o.
    - doc_output/Kernel_23/classKernel_1_1Circle__2.html
    - doc_output/Kernel_23/classKernel_1_1BoundedSide__3.html
    
    Note: due to the fact that this is a test implementation pages outside the scope of Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h might not be correct (in respect to code appearance of refines and multiple refines)
    albert-github committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d7f3bba View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. issue CGAL#7231 Improvement of layout of refines relations.

    Updating the 1.8.4 and 1.8.13 version as well
    albert-github committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    106e7d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    19c97b0 View commit details
    Browse the repository at this point in the history
  2. issue CGAL#7231 Improvement of layout of refines relations.

    - Adjusted cgalRefines according to reviews
    - Implemented it in all files
    albert-github committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    2d60f46 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. add missing concepts

    sloriot committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    064a92e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. issue CGAL#7231 Improvement of layout of refines relations.

    Adjusted after review
    - usage of `Adaptable...Function` instead of `AdapatableFunctor (with... arguments)`
    - corrected some incorrect / superfluous `}`
    albert-github committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b21b984 View commit details
    Browse the repository at this point in the history