Skip to content

Commit

Permalink
Improve comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 8, 2024
1 parent 1909448 commit 4f22795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/symtab/symbol_table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ class SymbolTable {
/**
* get variables
*
* \param with variables with properties. 0 matches everything
* \param without variables without properties. 0 matches nothing
* \param with variables with properties. `syminfo::NmodlType::empty` matches everything
* \param without variables without properties. `syminfo::NmodlType::empty` matches nothing
*
* The two different behaviors for 0 depend on the fact that we get
* The two different behaviors for `syminfo::NmodlType::empty` depend on the fact that we get
* get variables with ALL the with properties and without ANY of the
* without properties
*/
Expand Down

0 comments on commit 4f22795

Please sign in to comment.