From d01bed4aeadf89c8aa31c3a8b6f9cbf8572b20a0 Mon Sep 17 00:00:00 2001
From: Mitchel Humpherys <mitchelh@codeaurora.org>
Date: Wed, 23 Mar 2016 18:08:22 -0700
Subject: [PATCH] lrdp-v2: docs: Set autoclass_content = 'both'

This is needed to allow __init__ methods to be documented along with
their class definition.

Change-Id: I7371bd038e3898cc97282c75e20981d9fd1cb9a5
---
 docs/conf.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 0f922ea..b0a0009 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015, The Linux Foundation. All rights reserved.
+# Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 and
@@ -259,3 +259,5 @@ texinfo_documents = [
 
 # If true, do not generate a @detailmenu in the "Top" node's menu.
 # texinfo_no_detailmenu = False
+
+autoclass_content = 'both'
-- 
GitLab