Compare commits
No commits in common. "4dcafeed3fa65ad433076038cc499bfdb3a74696" and "e278ad6d94ac9907024a5452ac90f17703e5c533" have entirely different histories.
4dcafeed3f
...
e278ad6d94
@ -69,8 +69,8 @@ struct gds_point {
|
|||||||
* @brief Stores the result of the cell checks.
|
* @brief Stores the result of the cell checks.
|
||||||
*/
|
*/
|
||||||
struct gds_cell_checks {
|
struct gds_cell_checks {
|
||||||
int unresolved_child_count; /**< @brief Number of unresolved cell instances inside this cell. Default: @ref GDS_CELL_CHECK_NOT_RUN */
|
int unresolved_child_count; /**< @brief Number of unresolved cell instances inside this cell. Default: GDS_CELL_CHECK_NOT_RUN */
|
||||||
int affected_by_reference_loop; /**< @brief 1 if the cell is affected by a reference loop and therefore not renderable. Default: @ref GDS_CELL_CHECK_NOT_RUN*/
|
int affected_by_reference_loop; /**< @brief 1 if the cell is affected by a reference loop and therefore not renderable. Default: GDS_CELL_CHECK_NOT_RUN*/
|
||||||
/**
|
/**
|
||||||
* @brief For the internal use of the checker.
|
* @brief For the internal use of the checker.
|
||||||
* @warning Do not use this structure and its contents!
|
* @warning Do not use this structure and its contents!
|
||||||
|
@ -1 +1 @@
|
|||||||
git describe --tags --dirty
|
git describe --tags
|
||||||
|
Loading…
Reference in New Issue
Block a user