diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h index bfd1d077be7dd40dedbb28d34a3e3a27b18c17e6..2a28cc6c3cf99d10298d2cd9159ad6ead64c3273 100644 --- a/ProcessLib/Process.h +++ b/ProcessLib/Process.h @@ -238,23 +238,22 @@ protected: /** This function is for general cases, in which all equations of the coupled processes have the same number of unknowns. For the general cases with the staggered scheme, all equations of the coupled processes share one - DOF table hold by \verb{_local_to_global_index_map}. Other cases can be - considered by overloading this member function in the - derived class. + DOF table hold by @c _local_to_global_index_map. Other cases can be + considered by overloading this member function in the derived class. */ virtual void constructDofTable(); /** * Construct the DOF table for the monolithic scheme, * which is stored in the - * member of this class, \verb{_local_to_global_index_map}. + * member of this class, @c _local_to_global_index_map. */ void constructMonolithicProcessDofTable(); /** * Construct the DOF table for a specified process in the staggered scheme, * which is stored in the - * member of this class, \verb{_local_to_global_index_map}. + * member of this class, @c _local_to_global_index_map. */ void constructDofTableOfSpecifiedProsessStaggerdScheme( const int specified_prosess_id);