Skip to content

Commit

Permalink
@2229308 Docs: remove language specifier from @code tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fort authored and tsuna committed Feb 15, 2015
1 parent 3fa3691 commit 3244114
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eos/eth_lag_intf.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* The LAG APIs are best working with "intf" module, as shown in the sample code
* below.
*
* @code{.cpp}
* @code
*
#include <eos/agent.h>
#include <eos/eth_lag_intf.h>
Expand Down
4 changes: 2 additions & 2 deletions eos/policy_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a PBR policy named "src-routing-fe", use this code in a handler with
* access to the policy_map_mgr object as policy_map_mgr() in scope.
*
* @code{.cpp}
* @code
* eos::policy_map_key_t pm_key("src-routing-fe", eos::POLICY_FEATURE_PBR);
* eos::acl_key_t acl_key("netblock-fe", eos::ACL_TYPE_IPV4);
* eos::class_map_t cm(pm_key);
Expand All @@ -55,7 +55,7 @@
* eos::CLASS_MAP_MPLS_ANY name and skip binding the ACL to the class
* map entirely:
*
* @code{.cpp}
* @code
* eos::policy_map_key_t pm_key("src-routing-fe", eos::POLICY_FEATURE_PBR);
* eos::class_map_key_t cm_key(eos::CLASS_MAP_MPLS_ANY, eos::POLICY_FEATURE_PBR);
* eos::class_map_t cm(cm_key);
Expand Down
2 changes: 1 addition & 1 deletion eos/tracing.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* printf. For example, the following lines create a trace facility
* called "MyDebugOutput" which can be used to print messages.
*
* @code{.cpp}
* @code
* eos::tracer t("MyDebugOutput");
* t.trace0("%s World", "Hello");
* t.trace5("Good bye!%d!", 1);
Expand Down

0 comments on commit 3244114

Please sign in to comment.