Skip to content

Commit

Permalink
automated commit by docs target [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
casadibot committed Apr 4, 2023
1 parent 7ecca5f commit 4dd6b6d
Show file tree
Hide file tree
Showing 7 changed files with 1,070 additions and 78 deletions.
4 changes: 3 additions & 1 deletion casadi/core/function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,9 @@ namespace casadi {
void* memory(int ind) const;
#endif // SWIG

/** \brief Get all functions in the cache */
/** \brief Get all functions in the cache
\identifier{26i} */
Dict cache() const;

/** \brief Get a list of all functions
Expand Down
8 changes: 6 additions & 2 deletions casadi/core/function_internal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,9 @@ namespace casadi {
\identifier{lj} */
Function wrap_as_needed(const Dict& opts) const;

/** \brief Get all functions in the cache */
/** \brief Get all functions in the cache
\identifier{26g} */
Dict cache() const;

/** \brief Get function in cache
Expand Down Expand Up @@ -1261,7 +1263,9 @@ namespace casadi {
\identifier{no} */
bool has_refcount_;

/** \brief Values to prepopulate the function cache with */
/** \brief Values to prepopulate the function cache with
\identifier{26h} */
Dict cache_init_;

/// Function cache
Expand Down
481 changes: 481 additions & 0 deletions docs/api/extra/b0_options.hpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion misc/next_identifier.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2823
2826
Loading

0 comments on commit 4dd6b6d

Please sign in to comment.